What library is being used now for the front end design of pythonprogramming.net?

by: rawells14, 9 years ago


What library is being used now for the front end design of pythonprogramming.net? I really like the new design and I think it is a huge upgrade from bootstrap. Thanks!



You must be logged in to post. Please login or register an account.



MaterializeCSS is the css framework

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.


sir can i ask how to make your python program an exe file ?

-justallen 9 years ago
Last edited 9 years ago

You must be logged in to post. Please login or register an account.


These are some ways to convert a Python script to an executable:

cx_Freeze - https://pythonprogramming.net/converting-python-scripts-exe-executables/

py2exe - https://www.youtube.com/watch?v=k3VoLjGA6jI

-superpower! 9 years ago

You must be logged in to post. Please login or register an account.